type runtime.spanSetSpinePointer
6 uses
runtime (current package)
mspanset.go#L119: spine = spanSetSpinePointer{newSpine}
mspanset.go#L303: func (s *atomicSpanSetSpinePointer) Load() spanSetSpinePointer {
mspanset.go#L304: return spanSetSpinePointer{s.a.Load()}
mspanset.go#L310: func (s *atomicSpanSetSpinePointer) StoreNoWB(p spanSetSpinePointer) {
mspanset.go#L315: type spanSetSpinePointer struct {
mspanset.go#L320: func (s spanSetSpinePointer) lookup(idx uintptr) *atomic.Pointer[spanSetBlock] {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |